object SubmitV1Form: TSubmitV1Form Left = 247 Top = 161 Width = 780 Height = 519 Caption = 'Submit Malware' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 772 Height = 121 Align = alTop BevelOuter = bvNone TabOrder = 0 DesignSize = ( 772 121) object Label1: TLabel Left = 16 Top = 8 Width = 83 Height = 13 Caption = 'Total Progress' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 16 Top = 48 Width = 93 Height = 13 Caption = 'Current Malware' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object pbTotalUploadProgress: TGauge Left = 16 Top = 27 Width = 744 Height = 15 Anchors = [akLeft, akTop, akRight] ForeColor = 5000268 Progress = 0 end object pbCurrentUploadProgress: TGauge Left = 16 Top = 69 Width = 744 Height = 15 Anchors = [akLeft, akTop, akRight] ForeColor = 5000268 Progress = 0 end object Label19: TLabel Left = 17 Top = 92 Width = 103 Height = 22 Cursor = crHandPoint Alignment = taCenter AutoSize = False Caption = ': SUBMIT NEW :' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = 5000268 Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold, fsUnderline] ParentColor = False ParentFont = False Layout = tlCenter OnClick = Label19Click end object Label3: TLabel Left = 680 Top = 6 Width = 79 Height = 17 Cursor = crHandPoint Alignment = taCenter Anchors = [akTop, akRight] AutoSize = False Caption = 'STOP' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = 5000268 Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold, fsUnderline] ParentColor = False ParentFont = False Layout = tlCenter end object Label4: TLabel Left = 680 Top = 46 Width = 79 Height = 17 Cursor = crHandPoint Alignment = taCenter Anchors = [akTop, akRight] AutoSize = False Caption = 'SKIP' Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = 5000268 Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold, fsUnderline] ParentColor = False ParentFont = False Layout = tlCenter end object lbCollectionStatus: TLabel Left = 137 Top = 91 Width = 622 Height = 22 Cursor = crHandPoint Alignment = taCenter Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'Statistics: Detected (%d), Suspected (%d), Undetected (%d)' Color = 5000268 Font.Charset = DEFAULT_CHARSET Font.Color = clWhite Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentColor = False ParentFont = False Layout = tlCenter end end object Panel2: TPanel Left = 0 Top = 121 Width = 772 Height = 371 Align = alClient BevelOuter = bvNone Caption = 'Panel2' TabOrder = 1 object pagesHolder: TPageControl Left = 0 Top = 0 Width = 772 Height = 371 ActivePage = tabPending Align = alClient TabOrder = 0 object tabPending: TTabSheet Caption = 'Pending Malware' object PendingTree: TVirtualStringTree Left = 0 Top = 0 Width = 764 Height = 343 Align = alClient BorderStyle = bsNone Header.AutoSizeIndex = 0 Header.Font.Charset = DEFAULT_CHARSET Header.Font.Color = clWindowText Header.Font.Height = -11 Header.Font.Name = 'MS Sans Serif' Header.Font.Style = [] Header.MainColumn = -1 Header.Options = [hoColumnResize, hoDrag] Header.Style = hsXPStyle ParentBackground = False ScrollBarOptions.ScrollBarStyle = sbmFlat TabOrder = 0 Columns = <> end end object tabSubmitted: TTabSheet Caption = 'Submitted Malware' ImageIndex = 1 object SubmittedTree: TVirtualStringTree Left = 0 Top = 0 Width = 764 Height = 343 Align = alClient BorderStyle = bsNone Header.AutoSizeIndex = 0 Header.Font.Charset = DEFAULT_CHARSET Header.Font.Color = clWindowText Header.Font.Height = -11 Header.Font.Name = 'MS Sans Serif' Header.Font.Style = [] Header.MainColumn = -1 Header.Options = [hoColumnResize, hoDrag] Header.Style = hsXPStyle ParentBackground = False ScrollBarOptions.ScrollBarStyle = sbmFlat TabOrder = 0 Columns = <> end end object tabErrorlog: TTabSheet Caption = 'Error log' ImageIndex = 2 object NotSubmittedTree: TVirtualStringTree Left = 0 Top = 0 Width = 764 Height = 343 Align = alClient BevelInner = bvNone BevelOuter = bvRaised BorderStyle = bsNone Header.AutoSizeIndex = 0 Header.Font.Charset = DEFAULT_CHARSET Header.Font.Color = clWindowText Header.Font.Height = -11 Header.Font.Name = 'MS Sans Serif' Header.Font.Style = [] Header.MainColumn = -1 Header.Options = [hoColumnResize, hoDrag] Header.Style = hsXPStyle ParentBackground = False ScrollBarOptions.ScrollBarStyle = sbmFlat TabOrder = 0 Columns = <> end end end end object TimerSubMWStatus: TTimer OnTimer = TimerSubMWStatusTimer Left = 608 Top = 160 end end